projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d125ae6
)
[NO_PTY_H]: Don't include pty.h.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Mar 1993 04:34:46 +0000
(
04:34
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Mar 1993 04:34:46 +0000
(
04:34
+0000)
src/systty.h
patch
|
blob
|
history
diff --git
a/src/systty.h
b/src/systty.h
index 7e5efa0946da515fcec39dc42396ef1baa21ceaf..5c6b04ee91b3e749d72db3491ae4b35132c7bd78 100644
(file)
--- a/
src/systty.h
+++ b/
src/systty.h
@@
-110,8
+110,10
@@
static struct sensemode {
#include <sys/ttyhw.h>
#include <sys/stream.h>
#endif
+#ifndef NO_PTY_H
#include <sys/pty.h>
#endif
+#endif
/* saka@pfu.fujitsu.co.JP writes:
FASYNC defined in this file. But, FASYNC don't working.